-
I’ve written a simple xml endpoint using Play Framework 2.8.0 : def xmlEndpoint: Action[NodeSeq] = Action.async(parse.xml) … to use it …
- 361 views
- 1 answers
- 0 votes
-
I have two csv files times.csv which has line_id, stop_id, time and lines.csv which has id and name I want …
- 385 views
- 0 answers
- 0 votes
-
How can I set the Http.RequestHeader uri to a new destination? From the docs, the only available option seems to …
- 354 views
- 0 answers
- 0 votes
-
I have the following problem: I want to be redirected to the original url request after I login on my …
- 310 views
- 0 answers
- 0 votes
-
Good day, I’m studying play framework for Java now and having a problem. I created a form with refering a …
- 340 views
- 0 answers
- 0 votes
-
I am trying to get started with Play Framework. I have tried two things- Initialize a play application using the …
- 0 views
- 0 answers
- 0 votes
-
i am facing a security issue with Play 2.7 I have an authentication system already in the system in Java …
- 335 views
- 0 answers
- 0 votes
-
We’re on version 2.7 of Play Framework and we’ve been getting what seems like a random exception in the logs …
- 382 views
- 0 answers
- 0 votes